.wallpaper-cdms{
    width: 100%;
    height: 100vh;
}

.cdms-wallpaper{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.welcome-heading{
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: #fff;
    font-size: var(--front-header);
    z-index: 1;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.cdms-heading{
    position: absolute;
    bottom: 0px;
    color: #fff;
    top: 70% !important;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 100%;
    height: fit-content;
    font-size: var(--front-header);
    z-index: 1;
    font-weight: 700;
}

.cdms-logo{
    width: 15%;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
 

footer .footer-flex {
    padding: 2% 8%;
}


@media screen and (max-width: 767px){
footer .footer-logo {
    width: 25%;
    height: 100%;
}
}



/* ............ */

.area{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    transform: translate(-50%,-50%);
}

.area img{
    width: 100%;
}